home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / ToomyTooth.swf / scripts / DefineButton2_52 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  83 b   |  7 lines

  1. on(release){
  2.    tellTarget(_root)
  3.    {
  4.       gotoAndStop("Practice");
  5.    }
  6. }
  7.